home *** CD-ROM | disk | FTP | other *** search
/ Canadian Forces: A World of Opportunities / CanadianForces-AWorldOfOpportunities-WinMac.bin / 04_WhatOptions_FR.swf / scripts / DefineButton2_129 / BUTTONCONDACTION on(release).as
Text File  |  2006-07-20  |  242b  |  11 lines

  1. on(release){
  2.    if(System.capabilities.playerType == "StandAlone")
  3.    {
  4.       loadMovieNum("08_Quit_FR.swf",1,"GET");
  5.    }
  6.    else if(System.capabilities.playerType == "ActiveX")
  7.    {
  8.       getUrl("quit_FR.html", "_parent");
  9.    }
  10. }
  11.